home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / aquaria.swf / scripts / DefineButton2_228 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2005-11-09  |  133 b   |  8 lines

  1. on(rollOver){
  2.    _root.secretpath.useHandCursor = false;
  3.    if(enlv <= 1)
  4.    {
  5.       _root.secretpath.enabled = false;
  6.    }
  7. }
  8.